home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 376-400 / disk_392 / btntape / sense.codes < prev    next >
Text File  |  1992-05-06  |  1KB  |  47 lines

  1. /* Extended Sense codes provided by the 3-M MCD-403 drive
  2.  
  3.    1 - RECOVERED ERROR
  4.  
  5.    2 - NOT READY
  6.              04 Drive Not Ready
  7.              A7 Logical Load Failure
  8.              A8 Cartridge Autoloading
  9.              B0 No Cartridge in Drive
  10.  
  11.    3 - MEDIUM ERROR
  12.              10 ID CRC
  13.              11 Unrecovered Read error of data blocks
  14.              15 Seek Positioning error
  15.              19 Defect List error
  16.              31 Medium Format corrupted
  17.              32 No Defect Spare Location Available
  18.  
  19.    4 - HARDWARE ERROR
  20.              08 Logical Unit Communication Failure
  21.              10 ID CRC
  22.              15 Seek Positioning error
  23.              42 Power On Diagnostic Failure
  24.  
  25.    5 - ILLEGAL REQUEST
  26.              20 Invalid Command Operation Code
  27.              21 Illegal Logical Block Address
  28.              24 Illegal field in CDB
  29.              26 Invalid field in Parameter List
  30.  
  31.    6 - UNIT ATTENTION
  32.              28 Medium Changed
  33.              29 Power On or Reset or Bus Device Reset occured
  34.              2A Mode Select Parameters changed
  35.  
  36.    7 - DATA PROTECT
  37.              27 Write Protected
  38.  
  39.    8 - BLANK CHECK (unformatted tape)
  40.  
  41.    9 - VENDOR UNIQUE
  42.  
  43.    B - ABORTED COMMAND
  44.              47 Message Parity Error Message
  45.              48 Initiator Detected Error
  46. */
  47.